Learn R Programming

Rfssa (version 3.1.0)

[.funts: Indexing into Functional Time Series

Description

An indexing method for functional time series (funts) objects.

Usage

# S3 method for funts
[(obj, i = NULL, j = NULL)

Value

an `funts` object containing the specified subsets

Arguments

obj

an object of class funts.

i

an index or indices specifying the subsets of times to extract.

j

an index or indices specifying the subsets of variables to extract.

Details

This function allows you to extract specific subsets of a functional time series based on the provided indices. You can specify which subsets you want to extract from the functional time series.

See Also

funts